Overview of SOAP Cache Policy
Description
The SOAP Cache Policy supports caching of SOAP service response, and augments the URL-based API Management Caching feature. This policy makes it possible to enable caching for SOAP service (where the URL for all requests are the same) for customers who are using SOAP with POST messages.
The SOAP Cache Policy:
-
Supports caching of SOAP with POST requests, which allows requests that have the same payload and configured headers value to be served from the cache, instead of the back-end server.
-
Supports the SOAP POST request calls that match the unique content cache key, which are served from the API Management cache. These calls support only pre-processing of API requests. For more information, see Content Cache Key Formation
-
Checks the cache_ttl parameter as a pre input. This value must be in minutes.
-
Supports SOAP POST calls only.
-
Caches original server HTTP responses and HTTP headers, and is compliant with tools.ietf.org/html/rfc2616#section-13.5.1